home *** CD-ROM | disk | FTP | other *** search
/ IRIX Development Foundation 1.1 for IRIX 6.4 / SGI IRIX 6.4 Development Foundation 1.1.iso / dist / dist6.4 / CaseVision.idb / usr / lib / X11 / schemes / VanGogh / CaseVision.z / CaseVision
Text File  |  1998-01-21  |  19KB  |  513 lines

  1. !! Magic flag to detect improper installation
  2.  
  3. *caseSchemesLoaded: true
  4.  
  5. #ifdef USE_FONTS
  6. !!
  7. !! Fonts
  8. !!
  9.  
  10. !! all labels should be bold
  11. *ticMarks*fontList:     BoldLabelFont
  12.  
  13.  
  14. *SgList*fontList:       PlainLabelFont
  15.  
  16. !!
  17. !! Data Browser special fonts
  18. !!
  19. !! type name and popup menus
  20. Cvstruct*dataBrowser*area*fontList:     SmallObliqueLabelFont
  21. Cvstruct*dataBrowser*resultFormatPopupMenu*fontList: SmallObliqueLabelFont
  22. Cvstruct*dataBrowser*popupMenu*fontList: SmallObliqueLabelFont
  23. !! expression name
  24. Cvstruct*dataBrowser*nameFont:          SmallBoldLabelFont
  25. !! structure fields
  26. Cvstruct*dataBrowser*area*dbStructure*fontList: SmallFixedWidthFont
  27.  
  28. !!
  29. !! Cvstatic, mPView, ArraySpreadSheet, and Cvperf special fonts
  30. !!
  31. !! these need to be constant width because they form columns
  32. Cvstatic*text_view*XmList.fontList:     FixedWidthFont
  33. Cvstatic*text_view*SgList.fontList:     FixedWidthFont
  34. Cvstatic*text_view.label.fontList:      FixedWidthFont
  35. Cvperf*topNlist.fontList:               FixedWidthFont
  36. Cvperf*functionListLabel.fontList:      FixedWidthFont
  37. Cvperf*SgIconGadget.fontList:   FixedWidthFont
  38. Cvprocvu*framesW.fontList:              FixedWidthFont
  39. Cvprocvu*callstackHeader.fontList:      FixedWidthFont
  40. Cvstatic*SgIconGadget.fontList:         SmallPlainLabelFont
  41. Cvmp*mPView*listHeader.fontList:        FixedWidthFont
  42. Cvmp*mPView*list.fontList:              FixedWidthFont
  43. Cvarray*arraySpreadsheet*cell.fontList: FixedWidthFont
  44. Cvmachine*addressLabel.fontList:        FixedWidthFont
  45.  
  46. !! Fix the tear off menu font problem where new items added to the
  47. !! cvstatic history list get the button font
  48. Cvstatic*TransientShell.XmRowColumn.XmPushButtonGadget.fontList: ObliqueLabelFont
  49.  
  50. !!
  51. !! Register view special fonts
  52. !!
  53. !! needs to be constant width to compare hex values
  54. Cvmachine*registerView*value.fontList:  FixedWidthFont
  55.  
  56.  
  57. !!
  58. !! SourceView special font
  59. !!
  60. *perfLabel.fontList: TinyBoldLabelFont
  61. *canvasLabel.fontList: TinyBoldLabelFont
  62. *sourceView*showButton.fontList: SmallPlainLabelFont
  63.  
  64. !!
  65. !! Cvhelp special font:  Needs to be narrower than a fixed width
  66. !!                              font so that non-Showcase cards will
  67. !!                              fit into the same width as Showcase cards
  68. !!
  69. Cvhelp*textSW*fontList:         PlainLabelFont
  70. Cvhelp*textFixedSW*fontList:    FixedWidthFont
  71.  
  72. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  73. !  Fonts for WorkShopMP -- cvpav
  74. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  75. Cvpav*funcList.fontList: FixedWidthFont
  76. Cvpav*loopList.fontList: FixedWidthFont
  77. Cvpav*loopListLabel.fontList: FixedWidthFont
  78. Cvpav*loopListPerfLabel.fontList: PlainLabelFont
  79. Cvpav*loopListStatusLabel.fontList: PlainLabelFont
  80. Cvpav*dataTextWidget.fontList: PlainLabelFont
  81. Cvpav*popup_optionMenu*fontList: SmallObliqueLabelFont
  82.  
  83. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  84. !  Fonts for WorkShop/Tester -- cvxcov
  85. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  86.  
  87. Cvxcov*XmList.fontList:                 FixedWidthFont
  88. Cvxcov*SgList.fontList:                 FixedWidthFont
  89. Cvxcov*listOfHeaders.fontList:          FixedWidthFont
  90. Cvxcov*typeValueLabel.fontList:         FixedWidthFont
  91. Cvxcov*sizeLabel.fontList:              FixedWidthFont
  92. Cvxcov*incLabel.fontList:               SmallFixedWidthFont
  93. Cvxcov*exLabel.fontList:                SmallFixedWidthFont
  94. Cvxcov*ncLabel.fontList:                SmallFixedWidthFont
  95.  
  96. #endif
  97.  
  98. #ifdef USE_SPACING
  99.  
  100. !! account for sgiMode when drawing scrolled window for SourceView
  101. #ifdef SGI_MODE
  102. *sourceView*textEditSW.scrolledWindowMarginHeight: 0
  103. *sourceView*textEditSW.spacing: 0
  104. *sourceView*textEdit.shadowThickness: 1
  105. #endif
  106.  
  107. !!
  108. !! Spacing stuff
  109. !!
  110.  
  111. !! we don't really want fat buttons on control panel
  112. *controlPanel*XmPushButton.marginHeight:        2
  113. *controlPanel*XmPushButton.marginWidth:         2
  114.  
  115.  
  116. !! move the text in lists slightly right to improve legibility
  117. *SgList*listMarginWidth:        3
  118.  
  119.  
  120. !! spacing between scrollbars and clients should be 2 pixels
  121. Cvmain*callStack*XmScrolledWindow*spacing:                      2
  122. !! Cvmain*expressionView*exprChart*XmScrolledWindow*spacing:    -4
  123. !! Cvmain*varBrowser*exprChart*XmScrolledWindow*spacing:                -4
  124. !! Cvmachine*registerView*exprChart*XmScrolledWindow.spacing:   -4
  125. !! *cvstruct*dbStructure*XmScrolledWindow.spacing:              -4
  126. !! *dataBrowser*area*dbStructure*form*structure*scroll.spacing:         -4
  127. !! Cvhelp*showcaseScrolledArea*spacing:                         -4
  128.  
  129.  
  130. !! for some bizarre reason, setting the SourceView scrollBar to 20
  131. !! yields 10 pixels across the top of the thumb where the
  132. !! ExpressionView and the CallStack need 18 to get the same thing
  133. *expressionView*XmScrollBar*width: 18
  134. *sourceView*XmScrollBar*width:     20
  135.  
  136. !! Match SgScrollBar default width and height with Base specs for
  137. !! XmScrollBar
  138. *SgScrollBar.width: 18
  139. *SgScrollBar.height: 18
  140.  
  141. #endif
  142.  
  143. #ifdef USE_COLORS
  144.  
  145. !! toggle lists should not be button colored but list colored (shows up
  146. !! in sgiMode but doesn't hurt to set it all the time)
  147. *toggleColumns.XmToggleButtonGadget.background: ScrolledListBackground
  148. !! array cells should not be button colored but background colored 
  149. *cells*XmPushButtonGadget.background:  BasicBackground
  150.  
  151.  
  152. !! sourceView has it's own text background because the color selected
  153. !! for text fields in some schemes may to be too intense 
  154. !! for SourceView's larger area
  155. *sourceView*textEdit.background:        TextBackground
  156.  
  157. !! canvases should not be colored as drawing areas
  158. *sourceView*drawArea.background:        BasicBackground
  159. *canvasArea.background:         BasicBackground
  160.  
  161.  
  162. !! all SourceView icon outlines should be the same as the text foreground
  163. *pixmap*background:     TextForeground
  164.  
  165. !! need to set the foreground of highlighted text so
  166. !! that black&white scheme will work
  167. *sourceView*textEdit.highlightForeground: HighlightForeground
  168.  
  169. *sourceView*textEdit.highlightColor1:   TrapColor
  170. *sourceView*stop*pixmap*foreground:     TrapColor
  171. *sourceView*stop*scrollBarColor:        ScrollBarTrapColor
  172.  
  173. *sourceView*textEdit.highlightColor6:           InactiveTrapColor
  174. *sourceView*inactiveStop*pixmap*foreground:     TrapColor
  175. *sourceView*inactiveStop*scrollBarColor:        ScrollBarInactiveTrapColor
  176.  
  177. *sourceView*textEdit.highlightColor2:   ProgramCounterColor
  178. *sourceView*pc*pixmap*foreground:       ProgramCounterColor
  179. *sourceView*pc*scrollBarColor:          ScrollBarProgramCounterColor
  180.  
  181. *sourceView*textEdit.highlightColor3:   SearchColor
  182. *sourceView*search*pixmap*foreground:   SearchColor
  183. *sourceView*search*scrollBarColor:      ScrollBarSearchColor
  184. *sourceView*primary*pixmap*foreground:  SearchColor
  185. *sourceView*primary*scrollBarColor:     ScrollBarSearchColor
  186. *sourceView*secondary*pixmap*foreground: CallstackContext
  187. *sourceView*secondary*scrollBarColor:   ScrollBarCallstackContext
  188. *sourceView*perf*pixmap*foreground:     SearchColor
  189. *sourceView*perf*scrollBarColor:        ScrollBarSearchColor
  190.  
  191. *sourceView*sample*pixmap*foreground:   TrapColor
  192. *sourceView*sample*scrollBarColor:      ScrollBarTrapColor
  193.  
  194. *sourceView*inactiveSample*pixmap*foreground:   InactiveTrapColor
  195. *sourceView*inactiveSample*scrollBarColor:      ScrollBarTrapColor
  196.  
  197. *sourceView*textEdit.highlightColor5:   CallstackContext
  198. *sourceView*context*pixmap*foreground:  CallstackContext
  199. *sourceView*context*scrollBarColor:     ScrollBarCallstackContext
  200.  
  201. *sourceView*textEdit.highlightColor7:   SyntaxWarningColor
  202. *sourceView*bbwarning*pixmap*foreground:   SyntaxWarningColor
  203. *sourceView*bbwarning*scrollBarColor:   ScrollBarWarningColor
  204.  
  205. *sourceView*textEdit.highlightColor4:   SyntaxErrorColor
  206. *sourceView*bberror*pixmap*foreground:  SyntaxErrorColor
  207. *sourceView*bberror*scrollBarColor:     ScrollBarErrorColor
  208.  
  209. *sourceView*textEdit.highlightColor9:   SessionColor1
  210. *sourceView*textEdit.highlightColor10:  SessionColor2
  211. *sourceView*textEdit.highlightColor11:  SessionColor3
  212.  
  213. *sourceView*intpExtentEditable*scrollBarColor: SessionColor1
  214. *sourceView*intpExtentParsed*scrollBarColor:   SessionColor2
  215. *sourceView*intpExtentCompiled*scrollBarColor: SessionColor3
  216.  
  217. *sourceView*instruct*swatchColor:               HighlightColor1
  218. *sourceView*instruct*scrollBarColor:            HighlightColor1
  219.  
  220. *sourceView*percentInstruct*swatchColor:        HighlightColor2
  221. *sourceView*percentInstruct*scrollBarColor:     HighlightColor2
  222.  
  223. *sourceView*callCount*swatchColor:              HighlightColor3
  224. *sourceView*callCount*scrollBarColor:           HighlightColor3
  225.  
  226. *sourceView*percentPCHits*swatchColor:          HighlightColor4
  227. *sourceView*percentPCHits*scrollBarColor:       HighlightColor4
  228.  
  229. *sourceView*loads*swatchColor:                  HighlightColor5
  230. *sourceView*loads*scrollBarColor:               HighlightColor5
  231.  
  232. *sourceView*stores*swatchColor:                 HighlightColor6
  233. *sourceView*stores*scrollBarColor:              HighlightColor6
  234.  
  235. *sourceView*FPopts*swatchColor:                 HighlightColor7
  236. *sourceView*FPopts*scrollBarColor:              HighlightColor7
  237.  
  238. !!
  239. !! debugger views access to SourceView colors
  240. !!
  241. *currentPCbackground:           ProgramCounterColor
  242. *currentContextBackground:      CallstackContext
  243. *currentHighlightForeground:    TextForeground
  244.  
  245. !!
  246. !! Stripchart resources
  247. !!
  248. #ifndef GAMMA_1_0
  249.  
  250. #define  ChartColor1            #282768
  251. #define  ChartColor2            #842f2a
  252. #define  ChartColor3            #004200
  253. #define  ChartColor4             #ffff00
  254. #define  ChartColor5             #ff0000
  255. #define  ChartColor6             #0000ff
  256. #define  ChartColor7             #00ff00
  257. #define  ChartColor8             #7307e6
  258. #define  ChartColor9             #ff7900
  259. #define  ChartColor10             #00ffff
  260. #define  ChartColor11             #ff00ff
  261. #define  ChartColor12           #20441f
  262.  
  263. #else
  264.  
  265. #define  ChartColor1   #565597
  266. #define  ChartColor2   #ad5f59
  267. #define  ChartColor3   #037303
  268. #define  ChartColor4             #ffff00
  269. #define  ChartColor5             #ff0000
  270. #define  ChartColor6             #0000ff
  271. #define  ChartColor7             #00ff00
  272. #define  ChartColor8             #7307e6
  273. #define  ChartColor9             #ff7900
  274. #define  ChartColor10             #00ffff
  275. #define  ChartColor11             #ff00ff
  276. #define  ChartColor12   #4b754a
  277.  
  278. #endif
  279.  
  280. *charts.color0: ChartColor1
  281. *charts.color1: ChartColor2
  282. *charts.color2: ChartColor3
  283. *charts.color3: ChartColor4
  284. *charts.color4: ChartColor5
  285. *charts.color5: ChartColor6
  286. *charts.color6: ChartColor7
  287. *charts.color7: ChartColor8
  288. *charts.color8: ChartColor9
  289. *charts.color9: ChartColor10
  290. *charts.color10: ChartColor11
  291. *charts.color11: ChartColor12
  292. *charts.chartBackground: DrawingAreaBackground
  293.  
  294. *charts.gridColor:      TextForeground
  295. Cvprocvu*stripchart.background: DrawingAreaBackground
  296.  
  297. !!
  298. !! resources to make stripcharts and heapview work in B&W
  299. !!
  300. *fillStyle:  ChartFillStyle
  301.  
  302. *fillTile0:  25_foreground
  303. *fillTile1:  slant_right
  304. *fillTile2:  50_foreground
  305. *fillTile3:  slant_left
  306. *fillTile4:  25_foreground
  307. *fillTile5:  slant_right
  308. *fillTile6:  50_foreground
  309. *fillTile7:  slant_left
  310. *fillTile8:  25_foreground
  311. *fillTile9:  slant_right
  312. *fillTile10:  50_foreground
  313. *fillTile11:  slant_left
  314.  
  315. *charts*lineStyle0: ChartLineStyle0
  316. *charts*lineStyle1: ChartLineStyle1
  317. *charts*lineStyle2: ChartLineStyle2
  318. *charts*lineStyle3: ChartLineStyle3
  319. *charts*lineStyle4: ChartLineStyle0
  320. *charts*lineStyle5: ChartLineStyle1
  321. *charts*lineStyle6: ChartLineStyle2
  322. *charts*lineStyle7: ChartLineStyle3
  323. *charts*lineStyle8: ChartLineStyle0
  324. *charts*lineStyle9: ChartLineStyle1
  325. *charts*lineStyle10: ChartLineStyle2
  326. *charts*lineStyle11: ChartLineStyle3
  327.  
  328.  
  329. ! Cvperf colors
  330. Cvperf*targetColor: DrawingAreaNodeColor1
  331. Cvperf*sourceColor: DrawingAreaNodeColor2
  332.  
  333.  
  334. ! Registration Point (Trap) Colors
  335. *registrationPoint1.foreground: HighlightColor1
  336. *registrationPoint2.foreground: HighlightColor2
  337. *registrationPoint3.foreground: HighlightColor3
  338. *registrationPoint4.foreground: HighlightColor4
  339. *registrationPoint5.foreground: HighlightColor5
  340. *registrationPoint6.foreground: HighlightColor6
  341. *registrationPoint7.foreground: HighlightColor7
  342. *registrationPoint8.foreground: HighlightColor8
  343.  
  344.  
  345. !! TimeLine resources
  346. *LocalCaliperDrawingArea.background:    TimeLineBackground
  347. *GlobalCaliperDrawingArea.background:   TimeLineBackground
  348. *ScaleDrawingArea.background:           TimeLineBackground
  349. *CaliperDrawingArea.background:         TimeLineBackground
  350. *ticMarks.foreground:                   TextForeground
  351. *arrowHighlight.foreground:             TextForeground
  352. *newCaliper.foreground:                 TextForeground
  353. *oldCaliper.foreground:                 ButtonBackground
  354.  
  355.  
  356. !! Help colors
  357. !!
  358. Cvhelp*currentColor:            HighlightColor1
  359. Cvhelp*viewerColor:             HighlightColor2
  360. Cvhelp*constraintColor:         HighlightColor4
  361. Cvhelp*XmGraph*XmDrawingArea.background:    ScrolledListBackground
  362. Cvhelp*XmGraph*XmScrolledWindowClipWindow.background:    ScrolledListBackground
  363. Cvhelp*XmGraph*highlightColor:  TextForeground
  364.  
  365. Cvstruct*dataBrowser*XmDrawingArea.background:  DrawingAreaBackground
  366. !! covers the case where drawing area is smaller than the scrolled window
  367. Cvstruct*dataBrowser*sw.ScrolledWindowClipWindow.background:    DrawingAreaBackground
  368. Cvstruct*dataBrowser*structure*scroll.ScrolledWindowClipWindow.background:      BasicBackground
  369. Cvstruct*dataBrowser*highlightColor:            TextForeground
  370. Cvstruct**outlineColor:         TextForeground
  371. Cvstruct*dataBrowser*typeColor1:                        HighlightColor1
  372. Cvstruct*dataBrowser*typeColor2:                        HighlightColor2
  373. Cvstruct*dataBrowser*typeColor3:                        HighlightColor3
  374. Cvstruct*dataBrowser*typeColor4:                        HighlightColor4
  375. Cvstruct*dataBrowser*typeColor5:                        HighlightColor5
  376. Cvstruct*dataBrowser*typeColor6:                        HighlightColor6
  377. Cvstruct*dataBrowser*typeColor7:                        HighlightColor7
  378. Cvstruct*dataBrowser*typeColor8:                        HighlightColor8
  379.  
  380.  
  381. !! highlight for suspect register values
  382. Cvmachine*registerView*changedBackground:       DrawingAreaNodeColor1
  383. Cvmachine*registerView*changedForeground:       TextForeground
  384.  
  385.  
  386. !! Cvstatic node colors
  387. *targetColor:           DrawingAreaNodeColor1
  388. *resultColor:           DrawingAreaNodeColor2
  389. Cvstatic*SgGraph*highlightColor: DrawingAreaContrastColor1
  390. !! Cvheapvu special colors
  391. Cvheapvu*maparea*mallocColor:           DrawingAreaContrastColor1
  392. Cvheapvu*maparea*mallocScrollBarColor:  ScrollBarColor1
  393. Cvheapvu*maparea*freeColor:             DrawingAreaContrastColor3
  394. Cvheapvu*maparea*reallocColor:          DrawingAreaContrastColor2
  395. Cvheapvu*maparea*reallocScrollBarColor: ScrollBarColor2
  396. Cvheapvu*maparea*badFreeColor:          TrapColor
  397. Cvheapvu*maparea*badFreeScrollBarColor: ScrollBarTrapColor
  398. Cvheapvu*maparea*borderColor:           BasicBackground
  399. Cvheapvu*maparea*highlightColor:        HighlightColor3
  400.  
  401.  
  402. !! Cvbuild node colors
  403. *buildGraph*sourceBackground:   SourceBackground
  404. *buildGraph*modifiedColor:      ModifiedBackground
  405. *buildGraph*derivedBackground:  DerivedBackground
  406. *buildGraph*obsoleteColor:      ObsoleteColor
  407.  
  408. ! error and checkmark icon colors 
  409. *buildLog*errorColor:           ScrollBarErrorColor
  410. *buildLog*checkColor:           CheckMarkColor
  411.  
  412.  
  413.  
  414. !! Cvbuild graph node highlighting
  415. !!
  416. Cvbuild*XmGraph*highlightThickness: 1
  417.  
  418. !!
  419. !! Cvstatic (C++ Browser) class graph arc colors for following relations
  420. !! among classes: inheritance, interaction, components and friends
  421. !!
  422. !! added by Ravi on Thu Jan  7 10:01:03 PST 1993
  423. !!
  424.  
  425. Cvstatic*inheritance.foreground: HighlightColor1
  426. Cvstatic*interaction.foreground: HighlightColor2
  427. Cvstatic*components.foreground:  HighlightColor3
  428. Cvstatic*friends.foreground:     HighlightColor4
  429.  
  430. !!
  431. !! Cvstatic (C++ Browser) class view highlight colors
  432. !!
  433. !! added by Ravi on Fri Oct 22 13:00:30 PDT 1993
  434. !!
  435.  
  436. Cvstatic*browserHighlight:          SearchColor
  437. Cvstatic*browserScrollBarHighlight: ScrollBarSearchColor
  438.  
  439. !!
  440. !!  fixes for drawing areas that shouldn't be colored as drawing areas
  441. !!
  442. *pane.chartArea.ScrolledWindowClipWindow.background: BasicBackground
  443. *pane.chartArea.ScrolledWindowClipWindow.charts.UserSysTime.blankVertical.background: BasicBackground
  444. *processUsage*ScrolledWindowClipWindow.background: BasicBackground
  445. *sysUsage*ScrolledWindowClipWindow.background:  BasicBackground
  446. *graphUsage*ScrolledWindowClipWindow.background: BasicBackground
  447. *pane*charts*blankVertical.background: BasicBackground
  448.  
  449.  
  450. !! round button icons
  451. !*continueOrStopButton*activeHighlightColor:      green
  452. !*continueOrStopButton*inactiveHighlightColor:    green
  453. !*continueOrStopButton*altActiveHighlightColor:   red
  454. !*continueOrStopButton*altInactiveHighlightColor: red
  455.  
  456.  
  457. !! session colors for menubars
  458. !! WARNING: these no longer match up because SessionColor2 became 
  459. !! SessionColor1 and the next two session colors (2 and 3) became 
  460. !! 3 and 4.  Therefore, CaseVision's sessionColor1 is now linked 
  461. !! to the previous session color 1 (now 4) as defined
  462. !! in the CaseVision pallette.
  463. *sessionColor1:         BasicBackground
  464. *sessionColor2:         SessionColor1
  465. *sessionColor3:         SessionColor2
  466. *sessionColor4:         SessionColor3
  467. *sessionColor5:         SessionColor5
  468.  
  469. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  470. !  Colors for WorkShopMP -- cvpav
  471. !       the colors used are SourceView names, as they should match
  472. !       with the attached sourceviews
  473. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  474.  
  475. Cvpav*parallelColor:    HighlightColor2
  476. Cvpav*serialColor:      HighlightColor8
  477. Cvpav*unparallelColor:  HighlightColor1
  478. Cvpav*oloopColor:       ScrollBarCallstackContext
  479. Cvpav*tloopColor:       HighlightColor3
  480.  
  481. *drawArea*parallelColor:        HighlightColor2
  482. *drawArea*serialColor:  HighlightColor8
  483. *drawArea*unparallelColor:      HighlightColor1
  484. *drawArea*oloopColor:   ScrollBarCallstackContext
  485. *drawArea*tloopColor:   HighlightColor3
  486.  
  487. *canvasArea*parallelColor:      HighlightColor2
  488. *canvasArea*serialColor:        HighlightColor8
  489. *canvasArea*unparallelColor:    HighlightColor1
  490. *canvasArea*oloopColor: ScrollBarCallstackContext
  491. *canvasArea*tloopColor: HighlightColor3
  492.  
  493. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  494. !  Colors for WorkShop/Tester -- cvxcov
  495. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  496. Cvxcov*includeNodeColor:                DrawingAreaNodeColor1
  497. Cvxcov*excludeNodeColor:                BasicBackground
  498. Cvxcov*zeroCountNodeColor:              DrawingAreaNodeColor2
  499. Cvxcov*zeroCountArcColor:               ScrollBarColor2
  500. Cvxcov*listHighlightColor:              SessionColor2
  501. Cvxcov*textHighlightColor:              ScrollBarTrapColor
  502. Cvxcov*dataHighlightColor:              ScrollBarTroughColor
  503.  
  504. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  505. !  Colors for Interpreter
  506. !     these are same as that of cvmake
  507. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  508.  
  509. *_prv_list*errorColor:           ScrollBarErrorColor
  510. *_prv_list*checkColor:           CheckMarkColor
  511.  
  512. #endif
  513.